home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Applications / Newswatcher 2.0b22 / NW Source / Source / cancel.c < prev    next >
Encoding:
Text File  |  1994-11-26  |  3.1 KB  |  26 lines  |  [TEXT/MMCC]

  1. /*----------------------------------------------------------------------------
  2.  
  3.     cancel.c
  4.  
  5.     This module handles canceling articles.
  6.     
  7.     Copyright © 1994, Northwestern University.
  8.  
  9. ----------------------------------------------------------------------------*/
  10.  
  11. #include <stdio.h>
  12. #include <string.h>
  13.  
  14. #include "glob.h"
  15. #include "cancel.h"
  16. #include "dialog.h"
  17. #include "header.h"
  18. #include "strutil.h"
  19. #include "news.h"
  20. #include "status.h"
  21. #include "memutil.h"
  22. #include "ic.h"
  23.  
  24.  
  25.  
  26. /*----------------------------------